home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
burn_in.arc
/
BAT.ARC
/
HDDSETUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-13
|
511b
|
30 lines
echo off
cls
md d:\burn-in
d:
cd\
copy a:setup2.bat d:>nul
cd\burn-in
a:
echo Copying files temporarily from disk to drive D:....
copy go.bat d:>nul
copy 1.bat d:>nul
copy 2.bat d:>nul
copy 3.bat d:>nul
copy 4.bat d:>nul
copy 5.bat d:>nul
copy a.bat d:>nul
copy b.bat d:>nul
copy c.bat d:>nul
copy d.bat d:>nul
copy e.bat d:>nul
copy cleanupd.bat>nul
copy screen?.com d:>nul
copy float.exe d:>nul
copy sieve1.exe d:>nul
copy graftest.exe d:>nul
copy setup2.bat d:>nul
d:
cd\
setup2